home *** CD-ROM | disk | FTP | other *** search
/ MacWorld: Super Stacks! / Macworld CD.iso / Stack Catalogs / maxStax+™ Catalog / Business .maxstax+ / card_31987.txt < prev    next >
Text File  |  1990-04-03  |  602b  |  31 lines

  1. -- card: 31987 from stack: in.maxstax+
  2. -- bmap block id: 32762
  3. -- flags: 0000
  4. -- background id: 7447
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8001
  11. -- rect: left=328 top=319 right=334 bottom=351
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 256
  18. -- line height: 12
  19. -- part name: 4|4
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put the short name of me into a
  23.   add 1 to char 1 of a
  24.   set the name of cd btn 1 to a
  25.   choose button tool
  26.   select me
  27.   domenu "copy button"
  28.  
  29. end mouseUp
  30.  
  31.